projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd3093
)
asterisk-1.8.x: simplify dependency for chan-lantiq, get rid of unnecessary ltqtapi...
author
Felix Fietkau
<
[email protected]
>
Sun, 5 Oct 2014 18:57:09 +0000
(20:57 +0200)
committer
Felix Fietkau
<
[email protected]
>
Sun, 5 Oct 2014 18:57:09 +0000
(20:57 +0200)
Signed-off-by: Felix Fietkau <
[email protected]
>
net/asterisk-1.8.x/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk-1.8.x/Makefile
b/net/asterisk-1.8.x/Makefile
index 3e03b5943419cbb2c2786cf81328edd200da379d..2c11e7a1db9772c4e118106513d74d824c672d38 100644
(file)
--- a/
net/asterisk-1.8.x/Makefile
+++ b/
net/asterisk-1.8.x/Makefile
@@
-17,7
+17,6
@@
PKG_MD5SUM:=ef2783022bf4451c0bac4a64c8ec4a8b
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
-include $(INCLUDE_DIR)/ltqtapi.mk
include $(INCLUDE_DIR)/package.mk
define Package/asterisk18/install/module
@@
-133,7
+132,7
@@
endef
define Package/asterisk18-chan-lantiq
$(call Package/asterisk18/Default)
TITLE:=Lantiq TAPI support
- DEPENDS:= asterisk18
$(LTQ_TAPI_DEPENDS)
+ DEPENDS:= asterisk18
+PACKAGE_asterisk18-chan-lantiq:kmod-ltq-vmmc
URL:=http://git.nanl.de/?p=asterisk_channel_lantiq.git
endef